Skip to content

chore: remove unused Spring Boot dependency - #63

Open
qplevier wants to merge 1 commit into
masterfrom
chore/remove-unused-spring-boot
Open

chore: remove unused Spring Boot dependency#63
qplevier wants to merge 1 commit into
masterfrom
chore/remove-unused-spring-boot

Conversation

@qplevier

@qplevier qplevier commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Summary

  • spring-boot-starter was declared in pom.xml but never actually used — no org.springframework imports or Spring annotations (@Service, @Autowired, @Component, etc.) exist anywhere in the codebase.
  • Removes the dependency and its spring-boot.version property.

Test plan

  • mvn compile succeeds with no errors after removal

spring-boot-starter was declared in pom.xml but never used in the
codebase (no org.springframework imports or annotations anywhere).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings August 3, 2026 12:02
@kburger

kburger commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@sonarqubecloud

sonarqubecloud Bot commented Aug 3, 2026

Copy link
Copy Markdown

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Removes an unused Spring Boot dependency from the Maven build, simplifying the project’s dependency graph and reducing unnecessary transitive artifacts.

Changes:

  • Removed the spring-boot.version property from pom.xml.
  • Removed the org.springframework.boot:spring-boot-starter dependency from pom.xml.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants